home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / CD CHIP.ISO / WebServ / server7 / readme.txt < prev    next >
Encoding:
Text File  |  1996-10-14  |  1.5 KB  |  42 lines

  1. See the 'HELP-RELEASE NOTES' menu items for release information.
  2.  
  3. -------------------
  4.  
  5. I don't know of a free WWW server for Win95 that supports ISAPI,
  6. so S7 is hopefully unique in that respect. You can use it as an
  7. everyday server (I do at work), but also as a way to work with 
  8. and develop high performance ISAPI DLLs withough having to buy
  9. MS WinNT Server.
  10.  
  11. After installing ServerSeven, start your browser and enter the
  12. following URL:
  13.  
  14. http://localhost
  15.  
  16. NOTE: Some users have to add 'localhost' to their LMHOSTS.SAM
  17. file before this will work. I don't know why this is. If the 
  18. above doesn't work for you, try
  19.  
  20. http://127.0.0.1
  21.  
  22. If your browser displays a dialog box that will connect you to
  23. your local provider, you may press cancel as a connection to the
  24. net isn't required for experimenting with your local server.
  25.  
  26. If all goes well, ServerSeven should serve you a test page, with
  27. links to some sample ISAPI DLLs.
  28.  
  29. All the files you need to re-build the sample DLLs are included.
  30.  
  31. ServerSeven protects all dynamic DLL calls with try-except blocks,
  32. but I haven't figured out how to make an exception in the DLL 
  33. correctly propogate back to S7. Maybe it is impossible. Regardless,
  34. you need to make very, very sure that your DLL protects itself with
  35. lots of exception handling because un-caught exceptions will lock
  36. the thread at best and crash the server at worst. Such is the price
  37. for performance!
  38.  
  39. Let me know what you think of S7! My email address is 
  40. mattt@interaccess.com.
  41.  
  42. -Matt